local mailbox.
@item port
-Optional port number, if not the default for that protocal.
+Optional port number, if not the default for that protocol.
@end table
@noindent
re-enabled in November 2011. In November 2012, added Juergen
Hoetzel's @file{tramp-adb.el}.
-XEmacs support has been stopped in January 2016. Since March 2017,
-@value{tramp} syntax requires a method mandatorily.
+XEmacs support was stopped in January 2016. Since March 2017,
+@value{tramp} syntax mandates a method.
@c Installation chapter is necessary only in case of standalone
@c installation. Text taken from trampinst.texi.
/*
* Ensure that the origin of the menu is placed so that
- * None of the panes ore selections are off the screen.
+ * None of the panes or selections are off the screen.
*/
screen = DefaultScreen(display);
if (menu->x_pos + menu->width > DisplayWidth(display, screen))
{
ptrdiff_t ovendpos = OVERLAY_POSITION (OVERLAY_END (overlay));
- /* Some borderly-sane Lisp might call us with the current
+ /* Some borderline-sane Lisp might call us with the current
buffer narrowed so that overlay-end is outside the
POINT_MIN..POINT_MAX region, which will then cause
various assertion violations and crashes down the road,